A movie

If you put at each page on the same place a picture that slightly changes from page to page you can get a movie-like effect by flipping through the pages. You can create such a movie easily with fancyheadings. For simplicity we assume that each picture is in a postscript (EPS) file called picn〉.ps where n〉 is the page number and that we use the epsf package. To put the movie in the righthandside bottom corner the following will work:

\rfoot{\setlength{\unitlength}{1mm}\setlength{\epsfxsize}{2cm}
  \begin{picture}(0,0)
    \put(5,0){\epsfbox{pic\thepage.ps}}
  \end{picture}}

Notice that the \unitlength and \epsfxsize parameter should be set locally in the fancyheadings field in order to avoid unwanted interference from their values in the text.